0.5.0 • Published 5 years ago

react-something-nice v0.5.0

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

npm version first-timers-only

react-something-nice

A very simple component to display nice messages for your team.

Motivation

Creating useful, elegant software is easier than ever. Probably the next step is software that's nice and makes you feel good or, at least, makes things more bearable.

But maybe you don't have time. Or you don't know what to write. Or you're afraid that it will have less impact if the same message is repeated over and over. Enter the SomethingNice component!

The idea is to provide you with a set of standard, short, friendly multi-purpose messages to make your users feel good and happy.

Installing

npm i react-something-nice

Using It

<SomethingNice /> . For a list of the current messages, see here

Languages

<SomethingNice lang='es' />

Starting with version 0.3.0, we now support multiple languages. Use a lang prop to set it ('en' is the default):

CodeLanguageFrom Version
enEnglishNA (default)
esSpanish0.3.0

Styling

Starting with version 0.4.0, you can now pass a style or className prop to set the, eh, style or CSS class of your component:

<SomethingNice style={nicestyle}>

<SomethingNice className="niceClass">

Ideas? Suggestions?

Please Create an Issue

Contibuting

Feel free to send a Pull Request. Also check out our Guidelines (WIP)

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago