@refina/basic-components
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

@refina/basic-components

npm

The basic components of Refina.

To learn more about Refina, please visit:

Usage

Install the Plugin to App

import Basics from "@refina/basic-components";

$app([Basics], _ => {
  // ...
});

Use the Components

All the components of this package doesn't have a prefix.

if (_.button("button")) {
  console.log("Button clicked");
}

Included Components

  • a
  • br
  • button
  • div
  • h1
  • h2
  • h3
  • h4
  • h5
  • h6
  • img
  • input
  • textInput
  • passwordInput
  • checkbox
  • label
  • li
  • ol
  • p
  • span
  • table
  • th
  • td
  • textarea
  • ul

Readme

Keywords

Package Sidebar

Install

npm i @refina/basic-components

Weekly Downloads

2

Version

0.6.0

License

MIT

Unpacked Size

39.6 kB

Total Files

60

Last publish

Collaborators

  • _kerman