0.9.2 • Published 1 year ago

@cicerchie/ui v0.9.2

Weekly downloads
4
License
MIT
Repository
github
Last release
1 year ago

Cicerchie UI

A set of web components for building fast user interfaces.

Lastest release License Github repo dependents Github pkg dependents Github open issues Github status Bundlephobia MinZip Bundlephobia dependency count Snyk Npm version Npm DT Npm dependents Npm types


WARNING!

These components are still "experimental" (v0.x.x). Some of them are not tested as rigourously as it should be and none of them have been through code review. Use them at your own risk and check that them do what you want them to do.


Demo

Explore the Storybook

Getting started

  1. npm install -D @cicerchie/ui

  2. TailwindCSS (^v3.0.0) is used for styling. For now it must be added manually in the project. Use this code in your project's tailwind.config.js:

    const resolveConfig = require("tailwindcss/resolveConfig");
    const cicerchieUITailwindConfig = require("@cicerchie/ui/tailwind.config");
    
    module.exports = resolveConfig(
      {
        // your optional Tailwind config here...
      },
      cicerchieUITailwindConfig
    );

    We are planning to make available in the future an optional version of each component that already contains the CSS needed for it to work.

  3. Import the components you need, like this:

    <script>
      import { Button, InputText } from "@cicerchie/ui";
    </script>
    
    <Button>I'm the Button!</Button>
    <InputText placeholder="I'm the Input!" />

Consuming components in a Svelte 3 project

Svelte apps can import components source code directly if they are using a bundler plugin like rollup-plugin-svelte or svelte-loader.

Consuming components in any JavaScript project

You can import components using plain JavaScript module or UMD.

Consuming components as Web Components

COMING SOON.

Changelog

Is automagically updated with each release and you can read it here.


Built (for now) with:

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.6

2 years ago

0.7.5

2 years ago

0.7.7

2 years ago

0.7.4

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.3

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.4.4

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago

0.4.2

3 years ago

0.3.2

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago