[WEB-4738] feat: add Skeleton component with respective stories in propel (#7704)
* ✨ feat: add Skeleton component with respective stories in propel * 🚨 fix: lint issues * ♻️ refactor : enhance Skeleton component with improved props and structure * ✨ feat: add Skeleton component entry to package.json * 🚨 fix: lint * ♻️ refactor: rename Skeleton to skeleton * fix: rename fixes * ♻️ refactor: rename skeleton * 🚨 fix: lint * ♻️ refactor: add skeleton entry to tsdown config and package.json * ♻️ refactor: sorted propel exports --------- Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
parent
a696b6039c
commit
ff181e566f
5 changed files with 72 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ export default defineConfig({
|
|||
"src/icons/index.ts",
|
||||
"src/menu/index.ts",
|
||||
"src/popover/index.ts",
|
||||
"src/skeleton/index.ts",
|
||||
"src/switch/index.ts",
|
||||
"src/table/index.ts",
|
||||
"src/tabs/index.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue