2.1.2 • Published 1 month ago

@chakra-ui/theme-tools v2.1.2

Weekly downloads
62,393
License
MIT
Repository
github
Last release
1 month ago

Chakra UI provides a set of accessible, reusable and composable React components that make it super easy to create websites and apps.

Looking for the documentation? 📝

Here over here => https://chakra-ui.com

Features 🚀

  • Ease of Styling: Chakra UI contains a set of layout components like Box and Stack that make it easy to style your components by passing props. Learn more
  • Flexible & composable: Chakra UI components are built on top of a React UI Primitive for endless composability.
  • Accessible. Chakra UI components follows the WAI-ARIA guidelines specifications and have the right aria-* attributes.
  • Dark Mode 😍: Most components in Chakra UI are dark mode compatible.

Support Chakra UI 💖

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]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Testimonials

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 ▲

Installing Chakra UI

To use Chakra UI components, all you need to do is install the @chakra-ui/core package and its peer dependencies:

$ yarn add @chakra-ui/core @emotion/core @emotion/styled emotion-theming

# or

$ npm install @chakra-ui/core @emotion/core @emotion/styled emotion-theming

Usage

To start using the components, please follow these steps:

  1. Wrap your application with the ThemeProvider provided by @chakra-ui/core. We recommend that you also add the CSSReset component to remove all browser styling.
import { ThemeProvider, CSSReset } from "@chakra-ui/core".

// Do this at the root of your application
function App({ children }){
  return (
    <ThemeProvider>
      <CSSReset />
      {children}
    </ThemeProvider>
  )
}

Optionally, you can wrap your application with the ColorModeProvider so you can toggle beween light and dark mode within your app.

  1. Now you can start using components like so!:
import { Button } from "@chakra-ui/core"

function Example() {
  return <Button>I just consumed some ⚡️Chakra!</Button>
}

CodeSandbox Templates

Contributing

Feel like contributing? That's awesome! We have a contributing guide to help guide you.

Contributors ✨

Thanks goes to these wonderful people

(emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Testing supported by

License

MIT © Segun Adebayo

@smg-automotive/components@ssg-ui/core@fluidtruck/theme@instabuy/chakra-ui@reverb-ui/test-react-packagesitecore-design-system-theme@infinitebrahmanuniverse/nolb-_chaksubra-componentsproxym-packageprx-package@everything-registry/sub-chunk-164@kitql/website@healform/liquidbankerise-packagebankerise-test-lib@calvient/decal@brikl/design-dashboard@chakra-ui/c-theme-provider@chakra-ui/c-avatar@chakra-ui/pro-theme@chakra-ui/vue-next@chakra-ui/theme@ctlyst.id/internal-ui@cmpsr/components@crafida-chakra/stylesdiachronic-atlasconstruct-hub-webappchit-ui-test@biblioteksentralen/react@bianic-ui/theme@catalyst-ui-testing/xms@catalyst-ui/xmsdapper-ui@gshah.dev/theme@wechange/frontend-core@toktokhan-fe/next-page-routerasasvirtuais@walletconnect/chakra-ui-theme@vygruppen/spor-theme-react@vygruppen/spor-react@wenty/bee@workpay/theme@xqmsg/ui-core@cosmology/reactbonde-components@bitrise/bitkit@bnb-chain/uikitchakra-test-themechakra-ui-select@devmuhammad/react-chatkit@deep-foundation/deepcase@geobuff/buff-ui@fromhome/chakra-themedyte-client@grateful-hug/react@homelab/alist-web@honehealth/jutsucra-template-justaway64festesoci-bundle@ifixit/react-componentsej-cmpsr-componentsdumi-theme-flexdumi-theme-chakradumi-theme-mobile-flex@funnelhub/sidebarreact-ai-search@easyfeedback/theme@fanfury/blackfury-wallet-frontend@incmix-ui/theme@incmix-ui/theme-glass@koupr/ui@koyweforest/koywe-ramp-sdk@labz/ds@labz/theme@libraria/reactsubsol-npm-testvantage-plus@querateam/qui-react@rockr/rock-ui@raidguild/design-system@saas-ui/command-bar@saas-ui/core@saas-ui/date-picker@saas-ui/file-upload@saas-ui/theme@saas-ui/theme-glass@invoke-ai/ui@invoke-ai/ui-libraryfile-numerusfury.black-frontend@itsaazcom/components@josulliv101/core@nextime-ui/icons@nextime-ui/react@nextime-ui/theme-tools@node-real/bee@shadowfill/ui@selfportraitproject/theme-manager@skilvul/components@skilvul/jedi
2.1.2

5 months ago

2.1.1

7 months ago

2.1.0

9 months ago

2.0.18

11 months ago

2.0.16

1 year ago

2.0.17

1 year ago

2.0.15

1 year ago

2.0.13

1 year ago

2.0.14

1 year ago

2.0.12

2 years ago

2.0.11

2 years ago

2.0.10

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.1

2 years ago

2.0.0-next.2

2 years ago

2.0.0

2 years ago

2.0.0-next.0

2 years ago

2.0.0-next.1

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.9-next.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-rc.8

3 years ago

1.0.0-rc.7

3 years ago

1.0.0-rc.6

3 years ago

1.0.0-rc.5

4 years ago

1.0.0-rc.4

4 years ago

1.0.0-rc.3

4 years ago

1.0.0-rc.2

4 years ago

1.0.0-rc.1

4 years ago

1.0.0-rc.0

4 years ago

1.0.0-next.7

4 years ago

1.0.0-next.6

4 years ago

1.0.0-next.5

4 years ago

1.0.0-next.4

4 years ago

1.0.0-next.3

4 years ago

1.0.0-next.2

4 years ago

1.0.0-next.1

4 years ago

1.0.0-next.0

4 years ago