/capsule-ui

A React UI framework based on Bulma CSS and Styled Components.

Primary LanguageJavaScriptMIT LicenseMIT

Capsule UI 💊

License MIT Sushi Status

Capsule UI is a React UI framework inspired by Bulma 0.7.1's flexbox-based grid and styles, and implemented with the help of styled-components and polised.

Installation

Add the package to your project with yarn add capsule-ui, then import it to your project and pass the theme to the styled-components ThemeProvider:

Using Capsule

And that's it! just import the elements you need into your components, and use them as you need. Remember, you also need to have styled-components installed.

Usage

WIP

Development

Clone the repo then install the dependencies with yarn install.

Contributing

WIP