Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor typo fix #58

Merged
merged 1 commit into from
Jun 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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