Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

bufferapp/ui

Repository files navigation

✨ Shared Components ✨


Buffer's Component library and Style Guide for the Buffer Platform and the community

npm package Build Status

Welcome to the official Buffer components library 🎉! This is where we host all the components used by the Buffer applications (Publish, Analyze and Reply), as well as our official Style Documentation. This library is open source and free for you to explore and use!

Installation

Buffer Shared Components is available as an @bufferapp/components-new 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/components-new/Button';

function App() {
  return (
    <Button type="primary">
      Hello World
    </Button>
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Documentation

Check out our ➡️ documentation website.

Contributing

Want to contribute to this project? That's awesome 🙌! Please check out our contribution doc. :)

Changelog

Curious about the latest changes? Please read the changelog.

License

This project is licensed under the terms of the MIT license.

About

✨ Buffer's UI Components library and Style Guide✨

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors