solid-ui-shasta
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

solid-ui-shasta

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.

Readme

Keywords

Package Sidebar

Install

npm i solid-ui-shasta

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

579 kB

Total Files

10

Last publish

Collaborators

  • yusen.jeng