Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyjaywilson/tailwindkit
A swift package to use Tailwind CSS inside Swift
https://github.com/heyjaywilson/tailwindkit
tailwindcss
Last synced: 11 days ago
JSON representation
A swift package to use Tailwind CSS inside Swift
- Host: GitHub
- URL: https://github.com/heyjaywilson/tailwindkit
- Owner: heyjaywilson
- Created: 2022-08-17T01:19:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T01:58:18.000Z (about 2 years ago)
- Last Synced: 2024-05-02T01:05:38.117Z (7 months ago)
- Topics: tailwindcss
- Language: Swift
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING/Changelog_Guidelines.md
Awesome Lists containing this project
README
# TailwindKit
A Swift package that allows type safety when using [Tailwind CSS](https://tailwindcss.com)
## Why
This package allows the user of Tailwind CSS in Swift. There are use cases for writing HTML in Swift and that HTML needs to be styled. Tailwind CSS is a popular CSS framework that allows developers to easily add styles to the HTML element by specifying a class. Tailwind classes would be all strings in Swift, so this makes those strings type safe.
## Can I contribute?
You sure can! Checkout the [Contributing](/CONTRIBUTING/Contributing.md) doc.