Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
laboratoria-ui
Advanced tools
Laboratoria UI es un tema personalizado de Material UI con algunos de nuestros componentes personalizados con nuestra marca.
Bitter para los títulos y Open Sans para los textos
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:400,700|Open+Sans:400,400i,700" />
import React from 'react';
import ReactDOM from 'react-dom';
// Inject a theme into your application
import { ThemeProvider } from '@material-ui/core/styles';
// Our theme
import { Theme } from 'laboratoria-ui';
import Typography from '@material-ui/core/Typography';
import Login from 'laboratoria-ui';
ReactDOM.render(
<ThemeProvider theme={Theme}>
<div>
<Typography variant="h1" align="center">
¡Hola!
</Typography>
<Login/>
</div>
</ThemeProvider>
document.getElementById('app'),
);
# clona repo desde tu fork
git clone git@github.com:<github-username>/ui.git
# entra en directorio de tu copia local del repo
cd ui
# instala las dependencias de Node.js declaradas en `package.json`
yarn install
# arranca localmente
yarn start
Esto arrancará la aplicacion en localhost:8080
, verás el Storybook que es donde se enlistan todos los componentes que tenemos hasta el momento.
Si deseas obtener más información sobre el proceso de desarrollo, el flujo de trabajo, etc. Consulta la documentación completa en la Wiki.
Devs: Todo el equipo de developers de Laboratoria
Si encuentras algún bug, abre un issue aquí https://github.com/Laboratoria/ui/issues
FAQs
Unknown package
The npm package laboratoria-ui receives a total of 47 weekly downloads. As such, laboratoria-ui popularity was classified as not popular.
We found that laboratoria-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.