Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n00nday/sveltekit-tailwind-components
https://github.com/n00nday/sveltekit-tailwind-components
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/n00nday/sveltekit-tailwind-components
- Owner: N00nDay
- License: mit
- Archived: true
- Created: 2022-08-09T13:54:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T18:06:57.000Z (over 2 years ago)
- Last Synced: 2024-09-27T01:22:52.855Z (4 months ago)
- Language: Svelte
- Size: 1.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
`npm install sveltekit-tailwind-components`
Add `require('sveltekit-tailwind-components/plugin')` to the `plugins` section of your `tailwind.config.cjs`
Add `'./node_modules/sveltekit-tailwind-components/**/*.{svelte,js,ts,html}'` to the `content` array of your `tailwind.config.cjs`
The list:
- [x] 1. Accordion
- [x] 2. Alert
- [x] 3. Avatar
- [x] 4. AvatarGroup
- [x] 5. AutoComplete
- [x] 6. Badge
- [x] 7. BottomNavigation
- [x] 8. Breadcrumbs
- [x] 9. Button
- [x] 10. ButtonGroup
- [x] 11. Card
- [x] 12. Carousel
- [x] 13. Checkbox
- [x] 14. Chip
- [x] 15. Command Palette
- [x] 16. DatePicker
- [x] 17. Divider
- [x] 18. Drawer
- [x] 19. Dropdown
- [x] 20. Empty
- [x] 21. Feed
- [x] 22. Icon
- [x] 23. Layout
- [x] 24. LightBox
- [x] 25. List
- [x] 26. Media
- [x] 27. Menu
- [x] 28. Modal
- [x] 29. Header
- [x] 30. Notification
- [x] 31. Pagination
- [x] 32. Portal
- [x] 33. Progress
- [x] 34. Post
- [x] 35. Radio
- [x] 36. Rating
- [x] 37. Select
- [x] 38. Sidebar
- [x] 39. Slider
- [x] 40. Statistic
- [x] 41. Steps
- [x] 42. Swap
- [x] 43. Table
- [x] 44. Tabs
- [x] 45. Timeline
- [x] 46. TextArea
- [x] 47. Toggle
- [x] 48. Tooltip
- And more when I have time!