vallenotify

0.1.0 • Public • Published

ValleNotify

React component for made Valle notifications easy.

Write

<ValleNotify />

... and result:

Empty ValleNotify

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:

Populate ValleNotify

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

/vallenotify/

    Package Sidebar

    Install

    npm i vallenotify

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    1.92 MB

    Total Files

    21

    Last publish

    Collaborators

    • afonsopacifer