digitiamo-bundle
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

Installation

npm install digitiamo-bundle

Add in the index.js this line:

import 'digitiamo-bundle/dist/style.css'

import Components:

        <Sidebar
        header={{ img: "https://img.freepik.com/free-vector/bird-colorful-logo-gradient-vector_343694-1365.jpg", text: "Header text" }}
        content={[
          {
            title: "Home",
            children: [
              { title: "Plate Series", icon: "" , url:'title 1.1'},
              { title: "ss", icon: "" , url:'title 1.2'},
              { title: "", icon: "" , url:'title 1.3'},
              { title: "", icon: "" , url:'title 1.4'},
            ],
            url:"title1"
          },
          { title: "title 2", children:[{ title: "title 1.1", icon: "", url:'title 21' },] , icon: "", url:'title 2'},
          { title: "title 3", icon: "", url:'title 3' },
          { title: "title 4", icon: "", url:'title 4' },
        ]}
        />

Readme

Keywords

none

Package Sidebar

Install

npm i digitiamo-bundle

Weekly Downloads

1

Version

0.0.14

License

MIT

Unpacked Size

233 kB

Total Files

26

Last publish

Collaborators

  • alessandro.mastropasqua