Color Highlight DotEnv EditorConfig ESLint Markdown All in One Material Icon Theme or VStudio Icons
Dracula Official
| /* 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, |
| --------------------------- SIGLAS --------------------------- | |
| AC | |
| AL | |
| AP | |
| AM | |
| BA | |
| CE | |
| DF | |
| ES |
| root = true | |
| [*] | |
| end_of_line = lf | |
| indent_style = space | |
| indent_size = 2 | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true |
| 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, | |
| }; |
| 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 { useEffect } from 'react'; | |
| import NProgress from 'nprogress'; | |
| import Router from 'next/router'; | |
| import PropTypes from 'prop-types'; | |
| export default function NextNProgress({ | |
| color = '#29D', | |
| startPosition = 0.3, | |
| stopDelayMs = 200, | |
| height = 3, |
| { | |
| "meta-page": " (Página %)", | |
| "Back to Homepage": "Voltar ao inicio", | |
| "No posts": "Sem postagens", | |
| "1 post": "1 post", | |
| "% posts": "% posts", | |
| "Load more": "Carregar mais", | |
| "Featured": "Destaque", | |
| "Newer Post": "Post Novo", | |
| "Older Post": "Post Antigo", |
| me = config user.name | |
| # Less verbose status | |
| st = status -sb | |
| # Checkout | |
| co = checkout | |
| # Checkout master | |
| cm = checkout master |