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

@purpurds/text-field

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purpurds/text-field

import { Meta, Stories, ArgTypes, Primary, Subtitle } from "@storybook/blocks";

  • 4.0.1
  • npm
  • Socket score

Version published
Weekly downloads
1.6K
decreased by-8.76%
Maintainers
2
Weekly downloads
 
Created
Source

import { Meta, Stories, ArgTypes, Primary, Subtitle } from "@storybook/blocks";

import * as TextFieldStories from "./src/text-field.stories"; import packageInfo from "./package.json";

TextField

Version {packageInfo.version}

Showcase

Properties

Except for the props below, all "native" input attributs are also valid props. The only exceptions are:

  • type - Restricted to "email" | "number" | "password" | "search" | "tel" | "text"
  • id - Required

Installation

Via NPM

Add the dependency to your consumer app like "@purpurds/purpur": "^x.y.z"

In MyApp.tsx

import "@purpurds/purpur/styles";

In MyComponent.tsx

import { TextField } from "@purpurds/purpur";

export const MyComponent = () => {
  return (
    <div>
      <TextField {...someProps}>Some content</TextField>
    </div>
  );
};

FAQs

Package last updated on 15 Apr 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

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