Color Highlight DotEnv EditorConfig ESLint Markdown All in One Material Icon Theme or VStudio Icons
Dracula Official
import fetch from 'isomorphic-unfetch'; | |
import { notification } from 'antd'; | |
import styled from 'styled-components'; | |
import { Form, Input } from '@rocketseat/unform'; | |
import * as Yup from 'yup'; | |
import PropTypes from 'prop-types'; | |
const FormStyled = styled(Form)` | |
display: flex; | |
justify-content: space-between; |
import React, { Component } from 'react'; | |
import { render, hydrate } from 'react-dom'; | |
import { PDFDownloadLink } from '@react-pdf/renderer'; | |
import { ModelCertificate } from './ModelCertificate'; | |
export default class PDFLink extends Component { | |
state = { | |
loading: false, | |
}; |
root = true | |
[*] | |
end_of_line = lf | |
indent_style = space | |
indent_size = 2 | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true |
--------------------------- SIGLAS --------------------------- | |
AC | |
AL | |
AP | |
AM | |
BA | |
CE | |
DF | |
ES |
/* Only media queries model bootstrap, show and hide everything hehehe :D */ | |
.visible-xs, | |
.visible-sm, | |
.visible-md, | |
.visible-lg { | |
display: none !important; | |
} | |
.visible-xs-block, | |
.visible-xs-inline, |