🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

plurall-component-footer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plurall-component-footer

Plurall Footer Components

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
5
400%
Maintainers
1
Weekly downloads
 
Created
Source

plurall-component-form

Plurall Form Component

Installation

$ npm install plurall-component-form

Usage

import React from 'react';
import { Input, TextArea } from 'plurall-component-form';
 
const Footer = () => (
    <Footer>
      <Input text='text' placeholder='Olá, sou um input do plurall componentes'>
      <TextArea placeholder='Olá, sou um textarea do plurall componentes'>
    </Footer>
);

export default Form;

FAQs

Package last updated on 01 Nov 2017

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