github.com-chakra-ui-chakra-ui_-_2020-02-13_17-20-29
Item Preview
850 Views
IN COLLECTIONS
Github Mirror by NarabotUploaded by narabot on
We will keep fighting for all libraries - stand with us!
Chakra UI provides a set of accessible, reusable and composable React componentsthat make it super easy to create websites and apps.
Here over here => https://chakra-ui.com
Box
andStack
that make it easy to style your components by passing props.Learn morearia-*
attributes.By donating \$5 or more you can support the ongoing development of this project. We'll appreciate some support. Thank you to all our supporters! 🙏 [[Contribute](https://opencollective.com/chakra-ui/contribute)]
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/chakra-ui/contribute)]
People throw React component libraries and design systems at me regularly. This might be the best one I've seen. The APIs are simple but composable and the accessibility on the couple components I looked is complete.
Great work @thesegunadebayo, really inspiring work. – Ryan Florence
Awesome new open-source component library from @thesegunadebayo. Really impressive stuff! – Colm Tuite
This is incredible work. Amazing job Segun! – Lee Robinson
Chakra UI is glorious! I love the consistent use of focus styling and the subtle animation – Guillermo ▲
To use Chakra UI components, all you need to do is install the @chakra-ui/core
package and its peer dependencies:
```sh$ yarn add @chakra-ui/core @emotion/core @emotion/styled emotion-theming
$ npm install @chakra-ui/core @emotion/core @emotion/styled emotion-theming```
To start using the components, please follow these steps:
ThemeProvider
provided by@chakra-ui/core. We recommend that you also add the CSSReset
componentto remove all browser styling.```jsximport { ThemeProvider, CSSReset } from "@chakra-ui/core".
// Do this at the root of your applicationconst App = ({ children }) => ( {children} );```
Optionally, you can wrap your application with the ColorModeProvider
so youcan toggle beween light and dark mode within your app.
```jsximport { Button } from "@chakra-ui/core";
I just consumed some ⚡️Chakra!;```
This project exists thanks to all the people who contribute. [Contribute].
wget https://archive.org/download/github.com-chakra-ui-chakra-ui_-_2020-02-13_17-20-29/chakra-ui-chakra-ui_-_2020-02-13_17-20-29.bundle
and run: git clone chakra-ui-chakra-ui_-_2020-02-13_17-20-29.bundle
850 Views
Uploaded by narabot on