niduscss-elements-form

2.0.0 • Public • Published

niduscss-elements-form

npm

Default style used in input elements and forms for niduscss framework.

Installation

$ npm install niduscss-elements-form

Usage

Define the custom properties in a file if you like modify the default values:

Example: create a setting.css file:

:root {
  --Form-textcolor: #262626;
  --Form-basefont: Lato, Helvetica"Roboto Slab""Droid Serif""Segoe UI Bold"sans-serif;
  --Form-fs-small: 0.875rem;
  --Form-fs-normal: 1rem;
  --Form-border-clr: #2196f3;
  --Form-hover-clr: #808080;
}

Import styles:

styles.css:

/* Import first de file with custom properties or declare before import the
   component.
   ========================================================================== */
 
@import "settings";
 
/* Elements
   ========================================================================== */
@import "niduscss-elements-form";
 
/* Other styles */

Changelog

Readme

Keywords

Package Sidebar

Install

npm i niduscss-elements-form

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • nimedev