README
ValleNotify
React component for made Valle notifications easy.
Write
<ValleNotify />
... and result:
or write
const notifications = [
{
text: 'Notification 1',
url: '#',
_id: 0
},
{
text: 'Notification 2',
url: '#',
_id: 1
},
{
text: 'Notification 3',
url: '#',
_id: 2
}
];
<ValleNotify notifications = { notifications } />
... and result:
Table of contents
Features
Installation
Usage
Props
Development
Tasks
yarn build
-yarn run rollup
-yarn run pub
-yarn start
-yarn run storybook
-yarn run build-storybook
-
Architecture
Versioning
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Contributing
Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.
History
See Releases for detailed changelog.
License
MIT License @ valleweb