@colibri-ui/utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Build interfaces and functionality for React.js and
Next.js applications quickly, affordably and declarative 🪶


⚠️ ATTENTION: This library still in WIP.

Features

Guide

With @colibri-ui/utils it is possible format, convert, apply masks and with other utilities, build powerful interfaces.

1. installation

npm install @colibri-ui/utils

2. guide

create a react-app

yarn create react-app --template typescript

create a componet named Example

import { toKebabCase } from "@colibri-ui/utils"

function Example() {
  // converting camelCase to kabab-case
  return <p>I just consumed some 🪶{toKebabCase('Colibri UI')}!</p>
}

Readme

Keywords

none

Package Sidebar

Install

npm i @colibri-ui/utils

Weekly Downloads

0

Version

0.0.3

License

Apache-2.0

Unpacked Size

80.2 kB

Total Files

18

Last publish

Collaborators

  • deeborges