An open API service indexing awesome lists of open source software.

https://github.com/bufferapp/buffer-web-components

Buffer Dashboard Specific Components
https://github.com/bufferapp/buffer-web-components

Last synced: 9 months ago
JSON representation

Buffer Dashboard Specific Components

Awesome Lists containing this project

README

          

# buffer-web-components

Buffer Dashboard "Molecules" (concept from attomic design) http://bradfrost.com/blog/post/atomic-web-design/

## Versioning

```
major.minor.patch
```

### Considered patche release

Can upgrade without changes to the codebase

- Add a component
- Add a new prop to a component

### Considered minor release

An upgrade would require a code change to work

- Remove a component
- Remove a prop

### Considered major release

- Major milestone achieved (i.e a complete set of components)
- Complete re-skinning of components
- Up for debate