Skip to content

Commit

Permalink
fix: added live site link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Howell authored and Craig Howell committed Oct 5, 2022
1 parent 7f7a6b6 commit 8b1c6c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<img src="logo.png" align="left" width="192px" height="192px"/>
<img align="left" width="0" height="192px" hspace="10"/>

[![Under Development](https://img.shields.io/badge/under-development-orange.svg)](https://github.com/N00nDay/stwui) [![npm version](https://img.shields.io/npm/v/stwui?logo=npm&color=cb3837)](https://www.npmjs.com/package/stwui) [![Chat](https://img.shields.io/discord/1003691521280856084?label=chat&logo=discord&color=7289da)](https://discord.gg/dPuteC7z) [![license](https://img.shields.io/badge/license-MIT-%23bada55)](https://github.com/N00nDay/stwui/blob/main/LICENSE)
[![Under Development](https://img.shields.io/badge/under-development-orange.svg)](https://stwui.vercel.app/) [![npm version](https://img.shields.io/npm/v/stwui?logo=npm&color=cb3837)](https://www.npmjs.com/package/stwui) [![Chat](https://img.shields.io/discord/1003691521280856084?label=chat&logo=discord&color=7289da)](https://discord.gg/dPuteC7z) [![license](https://img.shields.io/badge/license-MIT-%23bada55)](https://github.com/N00nDay/stwui/blob/main/LICENSE)

Svelte-TailwindCSS UI (STWUI) is currently in pre-release. There has been a lot work already but a lot of work still needs to be done. Most of my inspiration comes from TawilwindUI with a desire to create a component library similar to React component libraries that are less reliant on remembering class names. Contributors and collaborators welcome!

<br />
<br />

A showcase can be found at `https://stwui.vercel.app/`. Documentation is still forthcoming but you can at least see the components being used.

# Installing

- Run `npm install stwui`
Expand Down

1 comment on commit 8b1c6c4

@vercel
Copy link

@vercel vercel bot commented on 8b1c6c4 Oct 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stwui – ./

stwui-git-main-n00nday.vercel.app
stwui-n00nday.vercel.app
stwui.vercel.app

Please sign in to comment.