0.1.0 • Published 5 years ago

vallenotify v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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