boemly
TypeScript icon, indicating that this package has built-in type declarations

5.7.7 • Public • Published

🌳 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

Readme

Keywords

none

Package Sidebar

Install

npm i boemly

Weekly Downloads

269

Version

5.7.7

License

MIT

Unpacked Size

1.25 MB

Total Files

332

Last publish

Collaborators

  • lukasb
  • raulsteurer