Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
panckreous authored Apr 13, 2019
1 parent 31ba945 commit bc8a98f
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 bc8a98f

Please sign in to comment.