@turtleui/webcomponents
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @turtleui/webcomponents

Weekly Downloads

0

Version

0.2.1

License

Apache-2.0

Unpacked Size

273 kB

Total Files

113

Last publish

Collaborators

  • pocka