Skip to main content
Home

@oi/ui@0.1.0
Built and signed on GitHub Actions

latest

A collection of core UI components in web components

This package works with BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
70%
Published
a year ago (0.1.0)

<oi-button>

This webcomponent follows the open-wc recommendation.

Installation

npm i oi-button

Usage

<script type="module">
  import 'oi-button/oi-button.js';
</script>

<oi-button></oi-button>

Linting and formatting

To scan the project for linting and formatting errors, run

npm run lint

To automatically fix linting and formatting errors, run

npm run format

Testing with Web Test Runner

To execute a single test run:

npm run test

To run the tests in interactive watch mode run:

npm run test:watch

Demoing with Storybook

To run a local instance of Storybook for your component, run

npm run storybook

To build a production version of Storybook, run

npm run storybook:build

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with web-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@oi/ui

Import symbol

import * as ui from "@oi/ui";
or

Import directly with a jsr specifier

import * as ui from "jsr:@oi/ui";

Add Package

pnpm i jsr:@oi/ui
or (using pnpm 10.8 or older)
pnpm dlx jsr add @oi/ui

Import symbol

import * as ui from "@oi/ui";

Add Package

yarn add jsr:@oi/ui
or (using Yarn 4.8 or older)
yarn dlx jsr add @oi/ui

Import symbol

import * as ui from "@oi/ui";

Add Package

vlt install jsr:@oi/ui

Import symbol

import * as ui from "@oi/ui";

Add Package

npx jsr add @oi/ui

Import symbol

import * as ui from "@oi/ui";

Add Package

bunx jsr add @oi/ui

Import symbol

import * as ui from "@oi/ui";