@codeits/react-codeits-lib
v1.4.74-master
Published
Utils components and hooks for react
Readme
react-codeits-lib
Made with create-react-library
Install
npm install --save react-codeits-libUsage
import React, { Component } from 'react'
//import component
import {AlertViewer} from '@codeits/react-codeits-lib'
//import globals css
import '@codeits/react-codeits-lib/dist/index.css';
export default MyComponent {
return (
<>
<AlertViewer>
...
</AlertViewer>
<>
)
}License
MIT © codeits
