✨ Buffer UI Components ✨
Welcome to the official Buffer UI library
Installation
Buffer UI is available as an @bufferapp/ui npm package.
Usage
Here is a quick example to get you started, it's all you need:
import React from 'react';
import ReactDOM from 'react-dom';
import Button from '@bufferapp/ui/Button';
function App() {
return (
<Button type="primary">
Hello World
</Button>
);
}
ReactDOM.render(<App />, document.querySelector('#app'));Documentation
Check out our
Contributing
Want to contribute to this project? That's awesome
Changelog
Curious about the latest changes? Please read the changelog.
License
This project is licensed under the terms of the MIT license.