Skip to content

Latest commit

Β 

History

History
65 lines (44 loc) Β· 2.05 KB

File metadata and controls

65 lines (44 loc) Β· 2.05 KB

🌳 Boemly

Boemly banner

Actions Status semantic-release: angular https://www.npmjs.com/package/boemly

Boemly is the open source component library maintained by Tree.ly based on ChakraUI.

πŸƒβ€β™€οΈ Getting started

Install Boemly:

npm i boemly --save

Include the theme provider in the root of your app and start using the Boemly components:

import { Button, BoemlyThemeProvider } from 'boemly';

function App() {
  return (
    <BoemlyThemeProvider>
      <Button>Button</Button>
    </BoemlyThemeProvider>
  );
}

export default App;

πŸ“š Documentation

You can find a detailed documentation of Boemly here.

πŸš€ Contributing

We are happy about every contribution from our community! Please follow our contribution guideline.

πŸ’» Development

For development on Boemly check out our development docs.

βš™οΈ Technologies used

🌲 Who is behind Boemly

Boemly is maintained by Tree.ly.

Tree.ly logo