https://github.com/tailus-ui/html.tailus.io
Reusable Tailwind Component classes Free up your time with pre-built classes that update site-wide automatically. Focus on building, not fixing.
https://github.com/tailus-ui/html.tailus.io
astro html nextjs nuxtjs tailus tailwindcss ui
Last synced: 4 days ago
JSON representation
Reusable Tailwind Component classes Free up your time with pre-built classes that update site-wide automatically. Focus on building, not fixing.
- Host: GitHub
- URL: https://github.com/tailus-ui/html.tailus.io
- Owner: Tailus-UI
- Created: 2024-07-08T15:26:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T06:39:00.000Z (about 2 months ago)
- Last Synced: 2025-03-30T01:36:37.315Z (28 days ago)
- Topics: astro, html, nextjs, nuxtjs, tailus, tailwindcss, ui
- Language: TypeScript
- Homepage: https://html.tailus.io/
- Size: 19 MB
- Stars: 81
- Watchers: 0
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reusable Tailwind Component classes
Free up your time with pre-built classes that update site-wide automatically. Focus on building, not fixing.
```bash
pnpm install
pnpm dev
```
[](https://github.com/Tailus-UI/)
[](https://html.tailus.io/)
[](https://twitter.com/tailus_ui)
[](https://www.linkedin.com/company/tailus-ui/)## Documentation
[Docs](https://html.tailus.io/get-started/installation)
## Project Structure
The project is built with Astro, which searches for `.astro` or `.md` files in the `src/pages/` directory. Each page is displayed as a route based on its file name.
Astro/React/Vue/Svelte/Preact components must be placed in the `src/components/` directory.
Any static assets, like images, can be placed in the `public/` directory.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :----------------------| :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:3000` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro -- --help` | Get help using the Astro CLI |