Skip to content

Commit

Permalink
Merge pull request dfee#58 from panckreous/patch-2
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
dfee authored Jun 14, 2019
2 parents f4c6fd0 + bc8a98f commit c6957bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__docs__/design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ And with **rbx**, I've tried to strike a perfect balance.

If you'd like to use **rbx**, simply include a css file, import some components, and get moving. If you want to customize the Bulma sass, **rbx** will get out of your way, so you can do that, too.

Many componets are quite simple, and simply apply the appropriate styling to an underlying JSX Element (e.g. `div` or `span`).
Many components are quite simple, and simply apply the appropriate styling to an underlying JSX Element (e.g. `div` or `span`).
For the more complex ones (e.g. `<Dropdown>`, `<Modal>`, or `<Navbar>`), they come with basic state management built-in (using the modern [React Context](https://reactjs.org/docs/context.html) that you can easily override using the `managed` prop.

### Largely unopinionated
Expand Down

0 comments on commit c6957bf

Please sign in to comment.