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

0.1.72 • Public • Published

Frontier UI Library

Frontier UI library is a set of React UI components that can bring uniformity and ease of access across different web projects

To Install

yarn add @frontierwallet/front-ui
or
npm i @frontierwallet/front-ui

To import as component

import { Header } from "@frontierwallet/front-ui";
import "@frontierwallet/front-ui/style.css";

 export default function Demo() {
    return (
        <div>
            <Header />
        </div>
    );
}

Readme

Keywords

Package Sidebar

Install

npm i @frontierwallet/front-ui

Weekly Downloads

3

Version

0.1.72

License

ISC

Unpacked Size

9.55 MB

Total Files

158

Last publish

Collaborators

  • designstringstudio
  • frontier_wallet