Skip to content

Commit

Permalink
feat(store-ui): Add Skeleton Atom (#911)
Browse files Browse the repository at this point in the history
* Add skeleton atom

* Move animation to theme

* Import tailwind utilities

* Update test

* Use only 1 div

* Update story

* Extend HTMLDivElement
  • Loading branch information
lariciamota authored and VTEX committed Sep 16, 2021
1 parent bd7a550 commit c09c8a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/store-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ export type { SpinnerProps } from './atoms/Spinner'
export { default as List } from './atoms/List'
export type { ListProps } from './atoms/List'

export { default as Skeleton } from './atoms/Skeleton'
export type { SkeletonProps } from './atoms/Skeleton'

// Molecules
export { default as Bullets } from './molecules/Bullets'
export type { BulletsProps } from './molecules/Bullets'
Expand Down

0 comments on commit c09c8a0

Please sign in to comment.