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
- Host: GitHub
- URL: https://github.com/bufferapp/buffer-web-components
- Owner: bufferapp
- Created: 2017-01-12T22:37:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T11:03:32.000Z (over 7 years ago)
- Last Synced: 2025-04-12T11:17:11.063Z (10 months ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 10
- Watchers: 30
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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