@dinh-si-duyet/css-hero
v1.0.2
Published
The most popular front-end framework for developing responsive, mobile first projects on the web.
Downloads
2
Maintainers
Readme
Documentation
Quick start
- Install with npm:
npm install @dinh-si-duyet/css-hero
Example
- Import css package file in your project:
import "@dinh-si-duyet/css-hero/lib-css/css-hero.css"
import "@dinh-si-duyet/css-hero/lib-css/css-hero.css"
function App() {
return (
<div className="App">
<div className="flex" >
<div className="collums t-center line" >
1
</div>
<div className="collums t-center line" >
2
</div>
<div className="collums t-center line" >
3
</div>
</div>
</div>
);
}
export default App;
For full documentation, visit lenodev.com