Skip to content

Commit

Permalink
Update demo bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Aug 11, 2024
1 parent 2452d3a commit cdd07f8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 31 deletions.
14 changes: 8 additions & 6 deletions docs-src/src/pages/UsingTheLibrary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ export const UsingTheLibrary = () => {
Let's start installing the library:
</Paragraph>
<Code language="bash">
## Using npm
npm install isometric-css --save
{outdent`
## Using npm
npm install isometric-css --save
## Using pnpm
pnpm add isometric-css
## Using pnpm
pnpm add isometric-css
## Using yarn
yarn add isometric-css
## Using yarn
yarn add isometric-css
`}
</Code>
<Paragraph>
If you are working with modules to generate a final bundle, you just need to import the library. If you are planning to use the library with declarative data attributes in the HTML code, just import the module:
Expand Down
Loading

0 comments on commit cdd07f8

Please sign in to comment.