0.1.25 • Published 2 years ago

survey-blocks v0.1.25

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.2.1

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago