0.0.4 • Published 8 months ago

solid-ui-shasta v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

solid-ui-shasta

Under development - A high performance collection of UI components for Solid.js. Designed for seamless integration with a minimalist touch.

Havn't been released

Quick start

Install it:

npm i solid-ui-shasta
# or
yarn add solid-ui-shasta
# or
pnpm add solid-ui-shasta

Use it:

// app.tsx

import {
  Button, GlobalStyle
} from "solid-ui-shasta";

import { styled } from "solid-styled-components"; // optional

const App = () => {
  const onClick = () => {};
  return (
    <>
      <GlobalStyle />
      <Button onClick={onClick}>
        Hello
      </Button>
    </>
  );
};

export default App;

A minimal example project, FYI.

Have fun.

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

9 months ago

0.0.1

9 months ago