erisl-components
v0.0.18
Published
ERISL COMPONENTS
Readme
erisl-components
- Greeter
- Hello
- Layout
Usage
import { Hello } from 'erisl-components'
const { Test } = Hello
const Index = ()=>{
return (
<Test name="ERISHEN" />
)
}
export default Index