Skip to content

Commit

Permalink
feat(icons): rename icons (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-hao authored Apr 26, 2022
1 parent 769020b commit 6b06e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/0.QuickStart.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $ npm install --save @gio-design/icons
```javascript
import React, { ReactDOM } from 'react';
import { AddToOutlined } from '@gio-design/icons';
// 需要单独引入css
import '~@gio-design/icons/dist/index.css';

ReactDOM.render(
Expand Down

1 comment on commit 6b06e3d

@vercel
Copy link

@vercel vercel bot commented on 6b06e3d Apr 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.