Skip to content

Commit

Permalink
docs(clayui.com): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Oct 23, 2023
1 parent cf71515 commit c78dd35
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions clayui.com/content/docs/get-started/how-to-use-clay.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ order: 2
<div class="nav-toc-absolute">
<div class="nav-toc">

- [Install with NPM or Yarn](#install-with-npm-or-yarn)
- [NPM](#npm)
- [Yarn](#yarn)
- [Install via Clay CSS CDN](#install-via-clay-css-cdn)
- [Quick start](#quick-start)
- [Install with NPM or Yarn](#install-with-npm-or-yarn)
- [NPM](#npm)
- [Yarn](#yarn)
- [Install via Clay CSS CDN](#install-via-clay-css-cdn)
- [Quick start](#quick-start)

</div>
</div>
Expand All @@ -33,23 +33,23 @@ You can check out the full list of [packages available in NPM](https://www.npmjs
#### NPM

```shell{expanded}
npm install @clayui/css @clayui/*
npm install @clayui/css @clayui/{PACKAGE_NAME}
```

#### Yarn

```shell{expanded}
yarn add @clayui/css @clayui/*
yarn add @clayui/css @clayui/{PACKAGE_NAME}
```

> **_Important Note: Be Mindful of the Asterisk:_**
> When using the `@clayui/*` command for installation, it's crucial to remember that the asterisk (*) is a placeholder. It's not a valid package name on its own. To install a specific Clay package, you must replace the asterisk with the name of the package you require.
> When using the `@clayui/*` command for installation, it's crucial to remember that the asterisk (\*) is a placeholder. It's not a valid package name on its own. To install a specific Clay package, you must replace the asterisk with the name of the package you require.
>
> For instance, if you want to install the "Clay Button" package, the correct command would be:
>
>
> ```shell
> npm install @clayui/button or yarn add @clayui/button
> ```
### Install via Clay CSS CDN
Expand Down
8 changes: 4 additions & 4 deletions clayui.com/static/images/icons/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c78dd35

Please sign in to comment.