Skip to content
/ boemly Public
forked from treely/boemly

The open-source design system of Tree.ly

License

Notifications You must be signed in to change notification settings

Erikkue/boemly

 
 

Repository files navigation

🌳 Boemly

Boemly logo

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

About

The open-source design system of Tree.ly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%