Skip to content

Commit

Permalink
docs(components/atom/tag): add responsive demo
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Aug 19, 2024
1 parent 5afaf19 commit 533e040
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/atom/tag/demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import ArticleDesign from './articles/ArticleDesign.js'
import ArticleIcons from './articles/ArticleIcons.js'
import ArticleIsFitted from './articles/ArticleIsFitted.js'
import ArticleSize from './articles/ArticleSize.js'
import ArticleResponsive from './articles/ArticleResponsive.js'
import ArticleTypes from './articles/ArticleTypes.js'
import {CLASS_SECTION, closeIcon, icon} from './settings.js'

Expand All @@ -28,6 +29,8 @@ export default () => (
<br />
<ArticleTypes className={CLASS_SECTION} icon={icon} closeIcon={closeIcon} />
<br />
<ArticleResponsive className={CLASS_SECTION} icon={icon} closeIcon={closeIcon} />
<br />
<ArticleIsFitted className={CLASS_SECTION} icon={icon} />
</div>
)

0 comments on commit 533e040

Please sign in to comment.