0.1.25 • Published 1 year ago

survey-blocks v0.1.25

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

1 year ago

0.1.24

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.2.1

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago