1.10.18 • Published 3 years ago

nehoa v1.10.18

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Nehoa

UI Library for React

NPM JavaScript Style Guide

Description

:desert_island: Nehoa (nĕ-hō'-a), v. Is a Hawaiian word that means to be strong; to be able; to be bold. Like the name and the state, this is a React Library consisting of bold, useful, and beautiful tools/effects to help you create a stunning site. Currently this is just the begining, and the component library just consists of text effects for now, but more is on the way. As this is a React library, a peer dependency is React. In addition this library has a dependency on Styled Components.

Install

npm install --save nehoa

Text Effects

TitleDescriptionImportUsageExample
FadeOnUpCharThe FadeOnUpChar Component allows for text to be faded up onto screen, and allows custom styling.import {FadeOnUpChar} from 'nehoa'<FadeOnUpChar text='Hello World' style={{fontSize: '2em'}} />image info
FadeOnDownCharThe FadeOnDownChar Component allows for text to be faded down onto screen, and allows custom styling.import {FadeOnDownChar} from 'nehoa'<FadeOnDownChar text='Hello World' style={{fontSize: '2em'}}/>image info
FadeOnThe FadeOn Component allows for a custom duration or delay on fade onto the screen.import {FadeOn} from 'nehoa'<FadeOn duration='3s' delay='3s' style={{fontSize: '2em'}}>Hello World</FadeOn>image info
FadeOutThe FadeOut Component allows for a custom duration or delay on fading out the screen.import {FadeOut} from 'nehoa'<FadeOut duration='3s' delay='3s' style={{fontSize: '2em'}}>Hello World</FadeOut>image info
FadeOnUpThe FadeOnUp Component allows for a custom duration or delay on fade and up onto the screen.import {FadeOnUp} from 'nehoa'<FadeOnUp duration='3s' delay='3s' style={{fontSize: '2em'}}>Hello World</FadeOnUp>image info
FadeOnDownThe FadeOnDown Component allows for a custom duration or delay on fade and down onto the screen.import {FadeOnDown} from 'nehoa'<FadeOnDown duration='3s' delay='3s' style={{fontSize: '2em'}}>Hello World</FadeOnDown>image info

License

MIT © kima111

1.10.18

3 years ago

1.10.17

4 years ago

1.10.16

4 years ago

1.10.15

4 years ago

1.10.14

4 years ago

1.10.11

4 years ago

1.10.12

4 years ago

1.10.9

4 years ago

1.10.8

4 years ago

1.10.7

4 years ago

1.10.10

4 years ago

1.10.5

4 years ago

1.10.6

4 years ago

1.10.4

4 years ago

1.10.3

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.2.1

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago