Skip to content

Instantly share code, notes, and snippets.

@Rony20191
Created June 11, 2020 23:38
Show Gist options
  • Save Rony20191/dcec94749baffe50d3d98feff23ea92f to your computer and use it in GitHub Desktop.
Save Rony20191/dcec94749baffe50d3d98feff23ea92f to your computer and use it in GitHub Desktop.

Revisions

  1. Rony20191 created this gist Jun 11, 2020.
    29 changes: 29 additions & 0 deletions siglas_estados.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    siglas: [
    {value: "AC",text: "Acre" },
    {value: "AL",text: "Alagoas" },
    {value: "AP",text: "Amapá" },
    {value: "AM",text: "Amazonas" },
    {value: "BA",text: "Bahia" },
    {value: "CE",text: "Ceará" },
    {value: "DF",text: "Distrito Federal" },
    {value: "ES",text: "Espírito Santo" },
    {value: "GO",text: "Goiás" },
    {value: "MA",text: "Maranhão" },
    {value: "MT",text: "Mato Grosso" },
    {value: "MS",text: "Mato Grosso do Sul" },
    {value: "MG",text: "Minas Gerais" },
    {value: "PA",text: "Pará" },
    {value: "PB",text: "Paraíba" },
    {value: "PR",text: "Paraná" },
    {value: "PE",text: "Pernambuco" },
    {value: "PI",text: "Piauí" },
    {value: "RJ",text: "Rio de Janeiro" },
    {value: "RN",text: "Rio Grande do Norte" },
    {value: "RS",text: "Rio Grande do Sul" },
    {value: "RO",text: "Rondônia" },
    {value: "RR",text: "Roraima" },
    {value: "SC",text: "Santa Catarina" },
    {value: "SP",text: "São Paulo" },
    {value: "SE",text: "Sergipe" },
    {value: "TO",text: "Tocantins" }
    ]