1.0.2 • Published 1 year ago

@dinh-si-duyet/css-hero v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

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

Community

Contributing