Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tendermint/ui

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tendermint/ui

Tendermint UI contains components for front end projects.

  • 0.2.13
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-97.56%
Maintainers
3
Weekly downloads
 
Created
Source

@tendermint/ui

Vue components for front end projects. This project is in early alpha.

Install

yarn add @tendermint/ui

Use

In another Vue component:

<template>
  <tm-field value="Hello World" />
</template>

<script>
import { TmField } from "@tendermint/ui"
export default {
  name: "Parent Component",
  components: {
    TmField
  }
}
</script>

Test

We use Prettier to lint all of our JS and Vue files. We use Jest to unit test our components.

yarn lint
yarn test

Components List

View the ./src/components directory. More details coming soon.

FAQs

Package last updated on 17 Jul 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc