Socket
Book a DemoInstallSign in
Socket

@refina/basic-components

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refina/basic-components

The basic components for Refina framework.

latest
Source
npmnpm
Version
0.6.0
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

@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

Keywords

refina

FAQs

Package last updated on 13 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts