0.1.25 • Published 3 years ago

survey-blocks v0.1.25

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

survey-blocks

Bloques para armar una encuesta basica

NPM

Componentes disponibles

  • Jumbotron
  • SectionTitle
  • Demographic

Modo de uso

import { 
    Jumbotron, 
    SectionTitle, 
    Demographic 
} from "survey-blocks";

/**
 * Propiedades de Jumbotron
 * children: node requerido
 * bgColor: string
 * color: string
 * variant: string
 */
<Jumbotron variant={'h6'}>mas pruebas, esto si funcionma y quedo genial</Jumbotron>

/**
 * Propiedades de SectionTitle
 * children: node requerido
 * color: string
 * variant: string
 */
<SectionTitle>Prueba de titulo</SectionTitle>


/**
 * Propiedades de Demographic
 * parameters: objeto requerido
 * number: number requerido
 */
const parameters = {
	inputs: [
		{
			text: "label",
			parameters: {
				name: "input_name",
				options: ["select_option"],
			},
		},
	],
};

 
<Demographic parameters={parameters} number={1} />
0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.2.1

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago