0.2.1 • Published 2 years ago

@turtleui/webcomponents v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Turtle UI

This repository contains a source code for the Web Component implementation of Turtle UI, designed by @oathkite.

npm (scoped) License code style: prettier

Getting started

# In your project...
$ npm i @turtleui/webcomponents
// index.js
import {
  allComponents,
  registerTurtleUIComponents,
} from "@turtleui/webcomponents";

registerTurtleUIComponents(allComponents);
<!-- index.html -->
<body>
  <turtle-design-system>
    <turtle-button variant="primary">Hello, World!</turtle-button>
  </turtle-design-system>
</body>

How to contribute

See CONTRIBUTING.md.

0.1.10

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago